Whether is pair of surrogate characters.
'宣言
Public Overloads Shared Function IsSurrogatePair( _
ByVal () As Char, _
ByVal As Integer _
) As Boolean
public static bool IsSurrogatePair(
char[] ,
int
)
パラメータ
- text
- The text as character's array for test.
- idx
- The index of array.
戻り値の型
true if is pair of surrogate characters, otherwise false.